-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add FLYWOOH743PRO #569
Add FLYWOOH743PRO #569
Conversation
2247811
to
f7d2244
Compare
e61f45b
to
ee53197
Compare
Co-authored-by: ot0tot <[email protected]>
TIMER_PIN_MAP(12, LED_STRIP_PIN, 1, 0) \ | ||
TIMER_PIN_MAP(13, RX_PPM_PIN , 2, -1) | ||
|
||
#define ADC1_DMA_OPT 8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do these need defining with the DMA controller?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this is just copied over from another target. I did that as well for a H743 config but as it turned out it was wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is very common setting:
src/config/configs/SPRACINGH7EF/config.h:162:#define ADC3_DMA_OPT 10
src/config/configs/FOXEERH743V2/config.h:107:#define ADC1_DMA_OPT 8
src/config/configs/FOXEERH743V2/config.h:108:#define ADC2_DMA_OPT 9
src/config/configs/FOXEERH743V2/config.h:109:#define ADC3_DMA_OPT 10
src/config/configs/IFLIGHT_H743_AIO/config.h:92:#define ADC1_DMA_OPT 8
src/config/configs/IFLIGHT_H743_AIO/config.h:93:#define ADC3_DMA_OPT 9
src/config/configs/SPRACINGH7EVO/config.h:122:#define ADC3_DMA_OPT 10
src/config/configs/MINI_H743_HD/config.h:119:#define ADC1_DMA_OPT 8
src/config/configs/MINI_H743_HD/config.h:120:#define ADC2_DMA_OPT 9
src/config/configs/MINI_H743_HD/config.h:121:#define ADC3_DMA_OPT 10
src/config/configs/NEUTRONRCH7BT/config.h:121:#define ADC1_DMA_OPT 8
src/config/configs/NEUTRONRCH7BT/config.h:122:#define ADC3_DMA_OPT 9
src/config/configs/IFLIGHT_H7_TWING/config.h:103:#define ADC1_DMA_OPT 8
src/config/configs/IFLIGHT_H7_TWING/config.h:104:#define ADC3_DMA_OPT 9
src/config/configs/JHEH743_HD/config.h:123:#define ADC1_DMA_OPT 8
src/config/configs/JHEH743_HD/config.h:124:#define ADC3_DMA_OPT 9
src/config/configs/MAMBAH743/config.h:114:#define ADC1_DMA_OPT 8
src/config/configs/MAMBAH743/config.h:115:#define ADC3_DMA_OPT 9
src/config/configs/SDMODELH7V2/config.h:105:#define ADC1_DMA_OPT 8
src/config/configs/SDMODELH7V2/config.h:106:#define ADC3_DMA_OPT 9
src/config/configs/MATEKH743/config.h:138:#define ADC1_DMA_OPT 8
src/config/configs/MATEKH743/config.h:139:#define ADC3_DMA_OPT 9
src/config/configs/SPRACINGH7NANO/config.h:106:#define ADC1_DMA_OPT 8
src/config/configs/SPRACINGH7NANO/config.h:107:#define ADC3_DMA_OPT 9
src/config/configs/IFLIGHT_H743_AIO_V2/config.h:106:#define ADC1_DMA_OPT 1
src/config/configs/IFLIGHT_H743_AIO_V2/config.h:107:#define ADC2_DMA_OPT 9
src/config/configs/IFLIGHT_H743_AIO_V2/config.h:108:#define ADC3_DMA_OPT 10
src/config/configs/SPRACINGH7EXTREME/config.h:111:#define ADC1_DMA_OPT 8
src/config/configs/SPRACINGH7EXTREME/config.h:112:#define ADC3_DMA_OPT 9
src/config/configs/SPRACINGH7EXTREME/config.h:226:#define ADC1_DMA_OPT 8
src/config/configs/SPRACINGH7EXTREME/config.h:227:#define ADC3_DMA_OPT 9
src/config/configs/TMOTORH743/config.h:122:#define ADC1_DMA_OPT 8
src/config/configs/TMOTORH743/config.h:123:#define ADC3_DMA_OPT 9
src/config/configs/KAKUTEH7/config.h:100:#define ADC1_DMA_OPT 8
src/config/configs/KAKUTEH7/config.h:101:#define ADC3_DMA_OPT 9
src/config/configs/KAKUTEH7V2/config.h:96:#define ADC1_DMA_OPT 8
src/config/configs/KAKUTEH7V2/config.h:97:#define ADC3_DMA_OPT 9
src/config/configs/SEQUREH7/config.h:99:#define ADC1_DMA_OPT 8
src/config/configs/SEQUREH7/config.h:100:#define ADC3_DMA_OPT 9
src/config/configs/MAMBAH743_2022B/config.h:114:#define ADC1_DMA_OPT 8
src/config/configs/MAMBAH743_2022B/config.h:115:#define ADC3_DMA_OPT 9
src/config/configs/SPRACINGH7ZERO/config.h:119:#define ADC1_DMA_OPT 8
src/config/configs/SPRACINGH7ZERO/config.h:120:#define ADC3_DMA_OPT 9
src/config/configs/KAKUTEH7MINI/config.h:100:#define ADC1_DMA_OPT 8
src/config/configs/KAKUTEH7MINI/config.h:101:#define ADC3_DMA_OPT 9
src/config/configs/SPRACINGH7RF/config.h:125:#define ADC3_DMA_OPT 10
src/config/configs/SKYSTARSH7HD/config.h:123:#define ADC1_DMA_OPT 8
src/config/configs/SKYSTARSH7HD/config.h:124:#define ADC3_DMA_OPT 9
src/config/configs/SEQUREH7V2/config.h:100:#define ADC1_DMA_OPT 8
src/config/configs/SEQUREH7V2/config.h:101:#define ADC3_DMA_OPT 9
src/config/configs/FLYWOOH743PRO/config.h:119:#define ADC1_DMA_OPT 8
src/config/configs/FLYWOOH743PRO/config.h:120:#define ADC3_DMA_OPT 9
src/config/configs/SDMODELH7/config.h:98:#define ADC1_DMA_OPT 8
src/config/configs/SDMODELH7/config.h:99:#define ADC3_DMA_OPT 9
src/config/configs/SAKURAH743/config.h:157:#define ADC1_DMA_OPT 8
src/config/configs/SAKURAH743/config.h:158:#define ADC3_DMA_OPT 9
src/config/configs/CHONKERH735/config.h:109:#define ADC1_DMA_OPT 8
src/config/configs/CHONKERH735/config.h:110:#define ADC3_DMA_OPT 9
src/config/configs/NEUTRONRCH743AIO/config.h:116:#define ADC1_DMA_OPT 8
src/config/configs/NEUTRONRCH743AIO/config.h:117:#define ADC3_DMA_OPT 9
src/config/configs/2RAW_THUNDER_H7/config.h:112:#define ADC1_DMA_OPT 8
src/config/configs/2RAW_THUNDER_H7/config.h:113:#define ADC3_DMA_OPT 9
src/config/configs/TMH7/config.h:107:#define ADC1_DMA_OPT 8
src/config/configs/TMH7/config.h:108:#define ADC3_DMA_OPT 9
src/config/configs/IFLIGHT_BLITZ_H7_PRO/config.h:121:#define ADC1_DMA_OPT 8
src/config/configs/IFLIGHT_BLITZ_H7_PRO/config.h:122:#define ADC3_DMA_OPT 9
src/config/configs/BETAFPVH743/config.h:111:#define ADC1_DMA_OPT 1
src/config/configs/BETAFPVH743/config.h:112:#define ADC2_DMA_OPT 9
src/config/configs/BETAFPVH743/config.h:113:#define ADC3_DMA_OPT 10
src/config/configs/JHEH743_AIO/config.h:107:#define ADC1_DMA_OPT 8
src/config/configs/JHEH743_AIO/config.h:108:#define ADC3_DMA_OPT 9
src/config/configs/FOXEERH743/config.h:105:#define ADC1_DMA_OPT 8
src/config/configs/FOXEERH743/config.h:106:#define ADC2_DMA_OPT 9
src/config/configs/FOXEERH743/config.h:107:#define ADC3_DMA_OPT 10
src/config/configs/AOCODARCH7DUAL/config.h:122:#define ADC1_DMA_OPT 8
src/config/configs/AOCODARCH7DUAL/config.h:123:#define ADC3_DMA_OPT 9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wonder if IFLIGHT_H743_AIO_V2
and BETAFPVH743
seems to be wrong here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn’t answer my question.. with the dma controller it’s better to let it assign dma channels
No description provided.